#obsidian

Obsidian Plugin

Usage

  1. Install Plugin : Zotero Integration
    Pasted image 20241218161341.png
  2. Install Better BibTex For Zotero
    Pasted image 20241218161507.png
  3. Set Zotero Integration plugin
  4. database: Zotero
  5. Note import Location: 00-Research
  6. Open the created or updated notes after import : yes
  7. which notes to open after import : First imported note
  8. Enable Annotation concatenation: true
  9. citation format
    1. name: cite
    2. citation style: IEEE
  10. import format:
    1. Import Zotero Note
    2. output path: 00-Research/{{title}}.md
    3. image output path : 08-images
    4. image base name : {{citationKey}}
    5. template file: 99-Resource/template/ZoteroTemplate/Template.md
    6. bib style : Ieee

---
title: "{{title}}"
author: "{{authors}}"
proceedingsTitle: "{{proceedingsTitle}}"
DOI: "{{DOI}}"
date: '{{date|format("YYYY-MM-DD")}}'
pdfZoteroLink: "{{pdfZoteroLink}}"
citationKey: "{{citationKey}}"
dg-publish: false
hide: true
obsidianUIMode: edit 
obsidianEditingMode: live
---
# {{title}}
**{{authors}}**
{{proceedingsTitle}} 
{{DOI}}


{% if abstractNote %}
## Abstract
{{abstractNote}}
{% endif %}

---